GetDelimetedValue
Goes through all records an array of objects and adds all the values into a delimited String where each value is separated by passed in value of delimit parameter.
Parameters:
| Description | |
|---|---|
| objArr | An array of objects that will be used to created the delimited String. |
| delimit | String value that will be used as a separator between each field value. |
Returns:
| Type | |
|---|---|
| System.String |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0